projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a83c9
)
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 24 Feb 2007 02:43:10 +0000
(
02:43
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 24 Feb 2007 02:43:10 +0000
(
02:43
+0000)
member `min_handle'.
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index d56287c348cbdd4ef36bea54016075255a881e8e..3d0b41f6efee9fd04f6fe92a52c891c0d75daf59 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-436,6
+436,9
@@
struct scroll_bar {
/* The position and size of the scroll bar handle track area in
pixels, relative to the frame. */
Lisp_Object track_top, track_height;
+
+ /* Minimum length of the scroll bar handle, in pixels. */
+ Lisp_Object min_handle;
#endif
};